| TableServercalcul_Medium_point Method |
public Function to calculate the medium point of list of points.
the List of points objects. this function return type is Point Object Type.
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static Point calcul_Medium_point(
List<Point> ListPoint
)
Public Shared Function calcul_Medium_point (
ListPoint As List(Of Point)
) As Point
public:
static Point^ calcul_Medium_point(
List<Point^>^ ListPoint
)
TangibleFramework.TableServer.calcul_Medium_point = function(ListPoint);
Parameters
- ListPoint
- Type: System.Collections.GenericListPoint
Return Value
Type:
Point
See Also